home *** CD-ROM | disk | FTP | other *** search
- setProperty("_root.hero", _xscale, "70");
- setProperty("_root.hero", _yscale, "70");
- setProperty("_root.hero", _X, "600");
- setProperty("_root.hero", _Y, "400");
- tellTarget("_root.darker")
- {
- gotoAndPlay(2);
- }
- if(prog_pole eq true)
- {
- tellTarget("_root.way")
- {
- gotoAndStop(2);
- }
- }
- if(prog_matka eq true)
- {
- tellTarget("_root.minimatka")
- {
- gotoAndStop(7);
- }
- }
- if(prog_telefon eq true)
- {
- tellTarget("_root.phone")
- {
- gotoAndStop(8);
- }
- }
- tellTarget("_root.c")
- {
- gotoAndStop(1);
- }
-